From bfe9a970b340d300d3a7c1cd7e20966f487578a4 Mon Sep 17 00:00:00 2001 From: Claudio Cambra Date: Wed, 5 Feb 2025 15:45:49 +0800 Subject: [PATCH] shell_integration/macOS/FileProviderUIExt: Use valid NKError description property Signed-off-by: Claudio Cambra --- .../FileProviderUIExt/Sharing/ShareeSuggestionsDataSource.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell_integration/MacOSX/NextcloudIntegration/FileProviderUIExt/Sharing/ShareeSuggestionsDataSource.swift b/shell_integration/MacOSX/NextcloudIntegration/FileProviderUIExt/Sharing/ShareeSuggestionsDataSource.swift index 0987cd728..5687a6d19 100644 --- a/shell_integration/MacOSX/NextcloudIntegration/FileProviderUIExt/Sharing/ShareeSuggestionsDataSource.swift +++ b/shell_integration/MacOSX/NextcloudIntegration/FileProviderUIExt/Sharing/ShareeSuggestionsDataSource.swift @@ -43,7 +43,7 @@ class ShareeSuggestionsDataSource: SuggestionsDataSource { defer { continuation.resume(returning: sharees ?? []) } guard error == .success else { Logger.shareeDataSource.error( - "Error fetching sharees: \(error.description, privacy: .public)" + "Error fetching sharees: \(error.errorDescription, privacy: .public)" ) return } -- 2.30.2